-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat] 타임블록 바 퍼블리싱 #328
[Feat] 타임블록 바 퍼블리싱 #328
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
퍼블리싱 고생 많으셨습니다 ㅎㅎ👍🏻
src/page/archiving/index/component/TimeBlockBar/BlockInfo/BlockInfo.tsx
Outdated
Show resolved
Hide resolved
src/page/archiving/index/component/TimeBlockBar/TaggedNotes/TaggedNotes.tsx
Show resolved
Hide resolved
src/page/archiving/index/component/TimeBlockBar/TaggedNotes/TaggedNotes.tsx
Outdated
Show resolved
Hide resolved
|
||
const BlockInfo = ({ title, startDate, endDate, isEdit }: BlockInfoProps) => { | ||
return ( | ||
<Flex styles={{ direction: 'column', gap: '1rem', marginTop: '1.8rem', width: '100%' }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
header 태그 사용해주는 건 어떨까요 ? 타임블록 바의 헤더 역할을 하는 부분 같아서요 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
음 고민해봤는데 저는 헤더라고 보기에는 그냥 바에서 정보를 전달하는 컴포넌트 중 하나라는 생각이 들어서 헤더를 안 주는게 맞다는 생각이 들었어요! 혹시 헤더 역할을 하는 부분이라고 생각하신 이유를 알 수 있을까요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
동의합니당 ~ 공식문서에서 header는 "소개 및 탐색에 도움을 주는 콘텐츠"에 사용한다고 하네요. 물론 어떻게 생각해보면 해당할 수도 있지만, 딱 header에 적합하지도 않은 것 같아요 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
흠 그렇군요 저는 타임 블록 정보들 중 주요한 정보들이라 판단해서 그렇게 의견을 제시했는데 어떻게 보니 header 태그를 사용할 정도는 아니라는 생각이 드네요 !!
src/page/archiving/index/component/TimeBlockBar/TimeBlockBar.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨슴다 !!!
src/page/archiving/index/component/TimeBlockBar/TaggedNotes/TaggedNotes.tsx
Show resolved
Hide resolved
src/page/archiving/index/component/TimeBlockBar/TaggedNotes/TaggedNotes.tsx
Outdated
Show resolved
Hide resolved
src/page/archiving/index/component/TimeBlockBar/UploadedFiles/UploadedFiles.tsx
Outdated
Show resolved
Hide resolved
src/page/archiving/index/component/TimeBlockBar/TaggedNotes/TaggedNoteItem/TaggedNoteItem.tsx
Outdated
Show resolved
Hide resolved
src/page/archiving/index/component/TimeBlockBar/TimeBlockBar.tsx
Outdated
Show resolved
Hide resolved
src/page/archiving/index/component/TimeBlockBar/UploadedFiles/FileItem/FileItem.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이제는 달인이 되어버린 규홍님 수고하셨습니다!! LGTM 💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
규홍시 고생고생 !! ~~
|
||
const BlockInfo = ({ title, startDate, endDate, isEdit }: BlockInfoProps) => { | ||
return ( | ||
<Flex styles={{ direction: 'column', gap: '1rem', marginTop: '1.8rem', width: '100%' }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
동의합니당 ~ 공식문서에서 header는 "소개 및 탐색에 도움을 주는 콘텐츠"에 사용한다고 하네요. 물론 어떻게 생각해보면 해당할 수도 있지만, 딱 header에 적합하지도 않은 것 같아요 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 :)
|
||
const BlockInfo = ({ title, startDate, endDate, isEdit }: BlockInfoProps) => { | ||
return ( | ||
<Flex styles={{ direction: 'column', gap: '1rem', marginTop: '1.8rem', width: '100%' }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
흠 그렇군요 저는 타임 블록 정보들 중 주요한 정보들이라 판단해서 그렇게 의견을 제시했는데 어떻게 보니 header 태그를 사용할 정도는 아니라는 생각이 드네요 !!
해당 이슈 번호
closed #312
체크리스트
📌 내가 알게 된 부분
💎 PR Point
단순 퍼블리싱이었습니다!
📌스크린샷 (선택)
2024-11-14.11.55.05.mov